home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940109.txt < prev    next >
Internet Message Format  |  1994-11-13  |  4KB

  1. Date: Sat,  4 Jun 94 04:30:02 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #109
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Sat,  4 Jun 94       Volume 94 : Issue  109
  11.  
  12. Today's Topics:
  13.                       Help with setting TCP MSS
  14.                   Regulations for automatic stations
  15.                       TCP-Group Digest V94 #108
  16.  
  17. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  18. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  19. Problems you can't solve otherwise to brian@ucsd.edu.
  20.  
  21. Archives of past issues of the TCP-Group Digest are available
  22. (by FTP only) from UCSD.Edu in directory "mailarchives".
  23.  
  24. We trust that readers are intelligent enough to realize that all text
  25. herein consists of personal comments and does not represent the official
  26. policies or positions of any party.  Your mileage may vary.  So there.
  27. ----------------------------------------------------------------------
  28.  
  29. Date: Fri, 03 Jun 94 20:18:47 UTC
  30. From: ve3dte@ve3dte.ampr.org
  31. Subject: Help with setting TCP MSS
  32. To: tcp-group@UCSD.EDU
  33.  
  34. Glenn -
  35.  
  36. It may be that you are trying to change the MSS on an attached
  37. interface with 'tcp mss'.  With the 1.10 code, the MSS is
  38. set per interface, not globally.  If you set 'tcp mss 2048'
  39. BEFORE you attach the interface, it should work.  To change 
  40. the MSS after the attach, use 'ifconfig <iface> tcp mss'.
  41.  
  42. This change allows the tcp parameters to be different on
  43. different interfaces... good values for 1200bps might not
  44. be good on the ethernet side :-)  You will have to set
  45. all your tcp and ax25 paramaters before attaching hardware, or
  46. the defaults will be used.
  47.  
  48. 73, Mark.
  49. Mark Frey
  50. ve3dte@ve3dte.ampr.org
  51. VE3DTE @ VE3CDX.#SWON.ON.CAN.NOAM
  52.  
  53. ------------------------------
  54.  
  55. Date: Fri, 3 Jun 1994 22:35:13 +0000 (GMT-1:00)
  56. From: "Andrzej K. Brandt" <andy@mimuw.edu.pl>
  57. Subject: Regulations for automatic stations
  58. To: tcp-group@ucsd.edu
  59.  
  60. Hello.
  61.  
  62. I would like to receive some information about the regulations for work of
  63. automatic packet stations (BBS, gateways, TCP/IP stations etc.) in your
  64. country.
  65.  
  66. I'm asking for such an information, because I was asked to participate in a
  67. commission of our radio amateur society (PZK), which will prepare a proposal
  68. of such a regulations. Till now there are no special regulations for this
  69. kind of stations, but the authorities want to creat a speciall category of
  70. licence for them. Because we have heard that their project is full of
  71. restrictions, the PZK has taken the initiative and will prepare a proposal.
  72.  
  73. Please help me prepare to my work on that subject by letting me know how
  74. these regulations look like in your conutry. All help appreciated.
  75.  
  76.  
  77. -- 
  78.  
  79.                                73 de Andy SP5WCA
  80.  
  81. /-------------------+--------+-------------------+-------------------------\
  82. I Andrzej K. Brandt I SP5WCA I andy@mimuw.edu.pl I   andy@sp5wca.ampr.org  I 
  83. \-------------------+--------+-------------------+-------------------------/
  84. I                                                                          I
  85. I     "Evil indeed is the man who has not one woman to mourn him."         I
  86. I                                                                          I
  87. I                       --- Dr. Watson in "The Hound of the Baskervilles"  I
  88. I                                                                          I
  89.  
  90. ------------------------------
  91.  
  92. Date: Fri, 3 Jun 94 7:35:40 PDT
  93. From: Glenn Engel <glenne@lsid.hp.com>
  94. Subject: TCP-Group Digest V94 #108
  95. To: TCP-Group@ucsd.edu
  96.  
  97. Glen,
  98.  
  99. As you know, we're using ka9q in our Vector Signal Analyzers.  I have
  100. the following code in our initialization function:
  101.  
  102.     Tcp_mss = 4096;
  103.     Tcp_window = 8192;
  104.  
  105. The DEF_MSS sets the initial value of mss.  You can change it
  106. with the tcp nos command:
  107.  
  108. tcp mss 4096
  109. tcp window 8192
  110.  
  111. I dont know what the "best" value is for AX25.  I've also seen
  112. improvements in speed by increasing Tcp_window to be very large.
  113.  
  114. As far as performance goes, we've modified ftpsubr slightly to
  115. get a lot better thruput but one thing I've noticed is that every
  116. single packet received gets it's own acknowledgement.  Some systems
  117. like hp-ux will ack N packets at once which cuts down on the overhead
  118. on both the receiver and sender.
  119.  
  120. --
  121. Glenn 
  122.  
  123. ------------------------------
  124.  
  125. End of TCP-Group Digest V94 #109
  126. ******************************
  127.